Append Special Character

Hello;

I have a problem about appending text object in DOORS. I'm searching a keyword in all object in my module, and i want to append a prefix to my keyword set. But when i append the text with prefix, due to special characters (turkish alphabet), i see something strange in place of turkish character. I append mt text with prefix by "richText" function.

Waiting for your solutions;
Thank You;
Melek
Melek - Mon Jun 11 03:40:59 EDT 2012

Re: Append Special Character
Melek - Mon Jun 11 04:40:08 EDT 2012

Hello;

Maybe my question seems more complicated. Here is my example;

Original Text : Etiket Gösterim Özelliği
Text To be appended : Sekil

Appending Result : Sekil Etiket G\uc1\u246?sterim \u214?zelli\u287 ?i3
i hope this will be clear.

Re: Append Special Character
SystemAdmin - Thu Jun 28 08:09:55 EDT 2012

Melek - Mon Jun 11 04:40:08 EDT 2012
Hello;

Maybe my question seems more complicated. Here is my example;

Original Text : Etiket Gösterim Özelliği
Text To be appended : Sekil

Appending Result : Sekil Etiket G\uc1\u246?sterim \u214?zelli\u287 ?i3
i hope this will be clear.

I've had issues with Scandinavian characters (åäöæø) when running dxl scripts from a menu. I had saved them with the wrong encoding. However, copying the script into the dxl editor and running it from there worked fine...

So check your encoding type (should be ASCII, I seem to remember) and it might clear it up...